Namespace - LJCDBClientLib
Parameters
keyColumns - The record containing the key column values.
propertyNames - The column property names.
filters - The filter values.
joins - The join values.
Returns
The DataTable object.
Syntax
C# |
public DataTable GetDataTable(DbColumns keyColumns = null, List<String> propertyNames = null, DbFilters filters = null, DbJoins joins = null)
|
Gets a DataTable object.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.